summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/callout.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd/callout.h')
-rw-r--r--usr.sbin/pppd/callout.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/usr.sbin/pppd/callout.h b/usr.sbin/pppd/callout.h
deleted file mode 100644
index 662100b..0000000
--- a/usr.sbin/pppd/callout.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Note: This is a copy of /usr/include/sys/callout.h with the c_func */
-/* member of struct callout changed from a pointer to a function of type int*/
-/* to a pointer to a function of type void (generic pointer) as per */
-/* ANSI C */
-
-/* $Id$ */
-
-#ifndef _ppp_callout_h
-#define _ppp_callout_h
-
-struct callout {
- int c_time; /* incremental time */
- caddr_t c_arg; /* argument to routine */
- void (*c_func)(); /* routine (changed to void (*)() */
- struct callout *c_next;
-};
-
-#endif /*!_ppp_callout_h*/
OpenPOWER on IntegriCloud