* sysdeps/unix/sysv/bits/utsname.h: Test for _SYS_UTSNAME_H, not
	_UTSNAME_H.
This commit is contained in:
Ulrich Drepper 1999-12-01 22:43:29 +00:00
parent 4a0f14bc36
commit 7adad62587
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
1999-12-01 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/bits/utsname.h: Test for _SYS_UTSNAME_H, not
_UTSNAME_H.
* malloc/set-freeres.c: Really use already_called variable.
* libio/iosetbuffer.c: Use _IO_WSETBUF instead of constructing

View File

@ -16,7 +16,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef _UTSNAME_H
#ifndef _SYS_UTSNAME_H
# error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
#endif