aboutsummaryrefslogtreecommitdiff
path: root/comms/tits/files/patch-dispatcher.h
blob: cbf7fc094f0442430c414a8ac058713f2202eda5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$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 */