summaryrefslogtreecommitdiffstats
path: root/net/netatalk/files/patch-ah
blob: 445128d39fc5837cfeb1e06ed21b75cbf4e74e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- libatalk/cnid/cnid_resolve.c.orig	Fri Aug 17 00:30:29 2001
+++ libatalk/cnid/cnid_resolve.c	Wed Aug 29 15:50:34 2001
@@ -6,6 +6,7 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
+#ifdef CNID_DB
 #include <stdio.h>
 #include <string.h>
 #include <sys/param.h>
@@ -48,3 +49,4 @@
   memcpy(id, (char *) data.data + CNID_DEVINO_LEN, sizeof(*id));
   return (char *) data.data + CNID_HEADER_LEN;
 }
+#endif /* CNID_DB */

OpenPOWER on IntegriCloud