diff options
Diffstat (limited to 'sys/netatalk/at_control.c')
-rw-r--r-- | sys/netatalk/at_control.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netatalk/at_control.c b/sys/netatalk/at_control.c index 9f54cb7..bdaeb6c 100644 --- a/sys/netatalk/at_control.c +++ b/sys/netatalk/at_control.c @@ -1,11 +1,12 @@ /* * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. + * + * $FreeBSD$ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/sockio.h> #include <sys/malloc.h> #include <sys/kernel.h> |