summaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba3/files/patch-includes.h')
-rw-r--r--net/samba3/files/patch-includes.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/samba3/files/patch-includes.h b/net/samba3/files/patch-includes.h
deleted file mode 100644
index d041b5d22e49..000000000000
--- a/net/samba3/files/patch-includes.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- include/includes.h.orig Tue Apr 2 17:23:04 2002
-+++ include/includes.h Tue Apr 2 17:23:08 2002
-@@ -27,6 +27,11 @@
-
- #include "local.h"
-
-+#ifdef __FreeBSD__
-+#define DEFAULT_PRINTING PRINT_BSD
-+#define PRINTCAP_NAME "/etc/printcap"
-+#endif /* __FreeBSD__ */
-+
- #ifdef AIX
- #define DEFAULT_PRINTING PRINT_AIX
- #define PRINTCAP_NAME "/etc/qconfig"