Re: Unix-domain sockets - abstract addresses

From: David S. Miller (davem@redhat.com)
Date: Fri Aug 09 2002 - 20:41:04 EST


   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/



This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:21 EST