]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <sys/user.h> instead of <asm/user.h>.
authorUlrich Drepper <drepper@redhat.com>
Fri, 3 Sep 1999 07:05:16 +0000 (07:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 3 Sep 1999 07:05:16 +0000 (07:05 +0000)
sysdeps/unix/sysv/linux/alpha/sys/procfs.h

index 7bd6e6958d572b9bcb4ad9d1a0ebb38ff93add47..7d4059664ee527536cdfabb359db0dd05ab7f977 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1999 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
@@ -28,7 +28,7 @@
 #include <signal.h>
 #include <sys/time.h>
 #include <sys/types.h>
-#include <asm/user.h>
+#include <sys/user.h>
 #include <asm/elf.h>
 
 __BEGIN_DECLS