diff options
author | Andreas Jaeger <aj@suse.de> | 2002-07-08 16:59:14 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-07-08 16:59:14 +0000 |
commit | a1950a964a4c42cd275a088b670678ba0fda2b61 (patch) | |
tree | fc02e8a1d406ffc09603027d028f49ffe7481260 /sysdeps/unix | |
parent | 4223e67fa1f398a6a150a7c9e53277ef9b93a39c (diff) | |
download | glibc-a1950a964a4c42cd275a088b670678ba0fda2b61.tar glibc-a1950a964a4c42cd275a088b670678ba0fda2b61.tar.gz glibc-a1950a964a4c42cd275a088b670678ba0fda2b61.tar.bz2 glibc-a1950a964a4c42cd275a088b670678ba0fda2b61.zip |
Test for _SYS_UTSNAME_H, not _UTSNAME_H.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/bits/utsname.h | 4 | ||||
-rw-r--r-- | sysdeps/unix/bsd/ultrix4/bits/utsname.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/unix/bsd/sun/sunos4/bits/utsname.h b/sysdeps/unix/bsd/sun/sunos4/bits/utsname.h index 08848f35ce..a0246c2a36 100644 --- a/sysdeps/unix/bsd/sun/sunos4/bits/utsname.h +++ b/sysdeps/unix/bsd/sun/sunos4/bits/utsname.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -16,7 +16,7 @@ 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 diff --git a/sysdeps/unix/bsd/ultrix4/bits/utsname.h b/sysdeps/unix/bsd/ultrix4/bits/utsname.h index 47d46ff859..57820471a2 100644 --- a/sysdeps/unix/bsd/ultrix4/bits/utsname.h +++ b/sysdeps/unix/bsd/ultrix4/bits/utsname.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -16,7 +16,7 @@ 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 |