Fix build on -current by removing an obsoleted patch and setting NO_WERROR
This commit is contained in:
parent
8181503f9b
commit
667f7b6514
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65651
@ -1,10 +1,10 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.orig Tue Feb 20 22:27:21 2001
|
||||
+++ Makefile Wed Apr 18 18:29:23 2001
|
||||
@@ -32,12 +32,12 @@
|
||||
--- Makefile.orig Tue Feb 20 12:27:21 2001
|
||||
+++ Makefile Wed Sep 4 20:46:58 2002
|
||||
@@ -30,14 +30,15 @@
|
||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
WARNS= 2
|
||||
+NO_WERROR=1
|
||||
|
||||
PROG= tits
|
||||
-MAN= tits.8
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- dispatcher.h 2001/04/18 14:50:37 1.1
|
||||
+++ dispatcher.h 2001/04/18 14:51:57
|
||||
@@ -43,4 +43,8 @@
|
||||
extern void dispatcher_del_client(struct client_ctx *);
|
||||
extern int dispatcher_mainloop(void);
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+typedef unsigned int nfds_t;
|
||||
+#endif
|
||||
+
|
||||
#endif /* __dispatcher_h */
|
Loading…
Reference in New Issue
Block a user