diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-01 00:33:42 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-01 00:33:42 +0000 |
| commit | 61f33230580f5b9cc08f0f5c1824bea7a57d591c (patch) | |
| tree | 5f7852ae0b191f512a7283b31a67179f0cb83cf8 | |
| parent | 72ef571982ef49cfd35944f324d7530c5fbe36c9 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/IPXrouted/sap_tables.c | 5 | ||||
| -rw-r--r-- | usr.sbin/IPXrouted/tables.c | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/IPXrouted/sap_tables.c b/usr.sbin/IPXrouted/sap_tables.c index 2f584dc45f42..1e33dd46fbb9 100644 --- a/usr.sbin/IPXrouted/sap_tables.c +++ b/usr.sbin/IPXrouted/sap_tables.c @@ -28,14 +28,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: sap_tables.c,v 1.3 1997/02/22 16:01:01 peter Exp $ */ #include "defs.h" #include <string.h> #include <stdlib.h> -/* XXX I thought that this should work! #include <sys/systm.h> */ -#include <machine/cpufunc.h> #define FIXLEN(s) { if ((s)->sa_len == 0) (s)->sa_len = sizeof (*(s));} @@ -323,4 +321,3 @@ sap_delete(struct sap_entry *sap) remque(sap); free(sap); } - diff --git a/usr.sbin/IPXrouted/tables.c b/usr.sbin/IPXrouted/tables.c index 17d1330f5c53..17b266080a79 100644 --- a/usr.sbin/IPXrouted/tables.c +++ b/usr.sbin/IPXrouted/tables.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: tables.c,v 1.4 1997/02/22 16:01:03 peter Exp $ */ #ifndef lint @@ -47,8 +47,6 @@ static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 6/5/93"; #include <errno.h> #include <stdlib.h> #include <unistd.h> -/* XXX I thought that this should work! #include <sys/systm.h> */ -#include <machine/cpufunc.h> #ifndef DEBUG #define DEBUG 0 @@ -467,4 +465,3 @@ rtioctl(action, ort) return write(r, (char *)&w, rtm.rtm_msglen); #endif /* RTM_ADD */ } - |
