summaryrefslogtreecommitdiffstats
path: root/src/passwd.c
diff options
context:
space:
mode:
authornalin <nalin>2002-11-19 00:05:07 +0000
committernalin <nalin>2002-11-19 00:05:07 +0000
commitc4ec4f73fed10624c2cb4a9d7f83ba1a5da89128 (patch)
tree18b5bf41268c3c26791657f1d413e32a06fc5def /src/passwd.c
parent8a360c32bd3350b6be9df7cc8cbdd2da3ab92432 (diff)
downloadnss_directories-c4ec4f73fed10624c2cb4a9d7f83ba1a5da89128.tar.gz
nss_directories-c4ec4f73fed10624c2cb4a9d7f83ba1a5da89128.tar.xz
nss_directories-c4ec4f73fed10624c2cb4a9d7f83ba1a5da89128.zip
- Use more compiler warnings if we're using gcc.
- Declare external parsers so that everything agrees on their signatures.
Diffstat (limited to 'src/passwd.c')
-rw-r--r--src/passwd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/passwd.c b/src/passwd.c
index 8075f19..87d81d8 100644
--- a/src/passwd.c
+++ b/src/passwd.c
@@ -16,10 +16,11 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ident "$Id: passwd.c,v 1.2 2002/11/18 22:08:14 nalin Exp $"
+#ident "$Id: passwd.c,v 1.3 2002/11/19 00:05:07 nalin Exp $"
#include <sys/types.h>
#include <pwd.h>
+#include "parsers.h"
/* Shared information. */
#define STRUCTURE passwd