Re: Unix-domain sockets - abstract addresses

David S. Miller (davem@redhat.com)
Fri, 09 Aug 2002 18:41:04 -0700 (PDT)


From: Keith Owens <kaos@ocs.com.au>
Date: Sat, 10 Aug 2002 11:35:04 +1000

af_unix.c is linked into unix.o so we have -DKBUILD_MODNAME=unix. Alas
we also have -Dunix=1. __stringify(KBUILD_MODNAME) -> __stringify(unix) ->
"1" instead of "unix".

This seems really tacky. There must be a better way to do this.
Perhaps prepending some constant string prefix to these module
names such that they will not collide with the namespace in
this way. For example, "kmod_".
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/