diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 19:22:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 19:22:49 +0000 |
commit | ffb96c090015f49059d146deefbbd7e1f6baa642 (patch) | |
tree | 53229e8793e289f18a7453b144850b6583078c32 /include/sys/socketvar.h | |
parent | afb85e9d6ca1de8f1ecb267e8c30b88ba4382820 (diff) | |
download | uClibc-alpine-ffb96c090015f49059d146deefbbd7e1f6baa642.tar.bz2 uClibc-alpine-ffb96c090015f49059d146deefbbd7e1f6baa642.tar.xz |
Some more major updates to further superate ucLibc from the kernel
headers (the way it has been done in GNU libc).
-Erik
Diffstat (limited to 'include/sys/socketvar.h')
-rw-r--r-- | include/sys/socketvar.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/sys/socketvar.h b/include/sys/socketvar.h index 283356534..b177158d0 100644 --- a/include/sys/socketvar.h +++ b/include/sys/socketvar.h @@ -1,8 +1,3 @@ -/* - * This seems the best way to handle this. sys/socket.h already has - * all the right bits in it. In fact there isn't a single useful thing - * in the BSD net-2 sys/socketvar.h anyway but people persist in including - * it... - * Alan - */ +/* This header is used on many systems but for GNU we have everything + already defined in the standard header. */ #include <sys/socket.h> |