335af9a05e
Install sample config file in /etc if no config file exists Install doc in /usr/local/share/doc/samba Install faq in /usr/local/share/doc/html/samba Clean up packing list -- remove all but config files in /etc Get rid of one instance of mktemp and some compile warnings
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
--- includes.h.~1~ Thu Feb 12 17:44:28 1998
|
|
+++ includes.h Fri Mar 13 21:07:30 1998
|
|
@@ -530,6 +530,7 @@
|
|
#ifdef __OpenBSD__
|
|
#include <strings.h>
|
|
#include <netinet/tcp.h>
|
|
+#include <arpa/inet.h>
|
|
#define NO_GETSPNAM
|
|
#define SIGNAL_CAST (void (*)())
|
|
#define USE_DIRECT
|