diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libgen.h | 4 | ||||
-rw-r--r-- | misc/search.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/libgen.h b/misc/libgen.h index 948a9c381a..16003a9add 100644 --- a/misc/libgen.h +++ b/misc/libgen.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1999, 2000 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 @@ -19,7 +19,7 @@ #ifndef _LIBGEN_H #define _LIBGEN_H 1 -#include <sys/cdefs.h> +#include <features.h> __BEGIN_DECLS diff --git a/misc/search.h b/misc/search.h index ebc525a7a3..0ea91c2150 100644 --- a/misc/search.h +++ b/misc/search.h @@ -1,5 +1,5 @@ /* Declarations for System V style searching functions. - Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1995-1999, 2000 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 @@ -70,7 +70,7 @@ ACTION; typedef struct entry { char *key; - char *data; + void *data; } ENTRY; |