]> arthur.barton.de Git - netatalk.git/commitdiff
Forgot to include errno.h.
authorjmarcus <jmarcus>
Sun, 17 Mar 2002 23:37:49 +0000 (23:37 +0000)
committerjmarcus <jmarcus>
Sun, 17 Mar 2002 23:37:49 +0000 (23:37 +0000)
Prompted by: Thomas Schierle <ts@visual-s.de>

etc/afpd/messages.c
etc/afpd/uid.c

index b6471816cda9c9f3284c27d2ee5483e135646a2e..36c783d77201a0dccb28a5a299e0e7194da82391 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: messages.c,v 1.9.2.3 2002-03-05 02:08:12 jmarcus Exp $
+ * $Id: messages.c,v 1.9.2.4 2002-03-17 23:37:49 jmarcus Exp $
  *
  * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu)
  * All Rights Reserved.  See COPYRIGHT.
@@ -13,6 +13,7 @@
 #include <string.h>
 #include <atalk/afp.h>
 #include <syslog.h>
+#include <errno.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif /* HAVE_UNISTD_H */
index f5ab4bf2e15412f2ae926b590f8205bd6c5eb087..0f433d47057792321121f83775e6305d93b02c85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uid.c,v 1.5.2.2 2002-03-05 02:08:12 jmarcus Exp $
+ * $Id: uid.c,v 1.5.2.3 2002-03-17 23:37:49 jmarcus Exp $
  * code: jeff@univrel.pr.uconn.edu
  *
  * These functions are abstracted here, so that all calls for resolving
@@ -17,6 +17,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <syslog.h>
+#include <errno.h>
 
 /* functions for username and group */
 #include <pwd.h>