]> arthur.barton.de Git - netatalk.git/commitdiff
MFS:
authorjmarcus <jmarcus>
Sun, 17 Mar 2002 23:50:36 +0000 (23:50 +0000)
committerjmarcus <jmarcus>
Sun, 17 Mar 2002 23:50:36 +0000 (23:50 +0000)
Include errno.h.

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

index 28f17d643a7b2983ba5a72466c5e7998023f8f50..7050575dc854193fc661cfc9af28665042b42923 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: messages.c,v 1.14 2002-02-28 21:20:39 jmarcus Exp $
+ * $Id: messages.c,v 1.15 2002-03-17 23:50:36 jmarcus Exp $
  *
  * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu)
  * All Rights Reserved.  See COPYRIGHT.
@@ -11,6 +11,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <errno.h>
 #include <atalk/afp.h>
 #include <atalk/logger.h>
 #ifdef HAVE_UNISTD_H
index 73a1eac54aa13cdc38d7a8e44ec7bb2d59b9bf02..f36bcce4e108d1b757d01e55cd3a199eb70beb4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uid.c,v 1.10 2002-02-28 21:20:39 jmarcus Exp $
+ * $Id: uid.c,v 1.11 2002-03-17 23:50:37 jmarcus Exp $
  * code: jeff@univrel.pr.uconn.edu
  *
  * These functions are abstracted here, so that all calls for resolving
@@ -16,6 +16,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <errno.h>
 #include <atalk/logger.h>
 
 /* functions for username and group */