aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-17 19:36:37 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-17 19:36:37 +0000
commitf3a306c88fec3134df6ca16c1b056f815c6ad784 (patch)
tree4cd64513b41a96f93e80d3dc3732777e989f96c7
parent8b86c06fec527464b6c1d137cd0669eef4a773a4 (diff)
downloadglibc-f3a306c88fec3134df6ca16c1b056f815c6ad784.tar
glibc-f3a306c88fec3134df6ca16c1b056f815c6ad784.tar.gz
glibc-f3a306c88fec3134df6ca16c1b056f815c6ad784.tar.bz2
glibc-f3a306c88fec3134df6ca16c1b056f815c6ad784.zip
Fix typo.
-rw-r--r--sysdeps/unix/sysv/sysv4/bits/utsname.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/sysv4/bits/utsname.h b/sysdeps/unix/sysv/sysv4/bits/utsname.h
index bf2c0a8da5..dfe46b851b 100644
--- a/sysdeps/unix/sysv/sysv4/bits/utsname.h
+++ b/sysdeps/unix/sysv/sysv4/bits/utsname.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998 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 @@
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