summaryrefslogtreecommitdiffstats
path: root/lib/libstand/netif.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-21 23:39:28 +0000
committerobrien <obrien@FreeBSD.org>2002-03-21 23:39:28 +0000
commit084b4588f24346b3d369eaf49193461c380e8521 (patch)
tree1cbfa8bb28a9bf0d0b93ca61ac5323ef95e4c7f7 /lib/libstand/netif.c
parent454845084c112df969ca14adced4fd6c1d7305b6 (diff)
downloadFreeBSD-src-084b4588f24346b3d369eaf49193461c380e8521.zip
FreeBSD-src-084b4588f24346b3d369eaf49193461c380e8521.tar.gz
Remove 'register' keyword.
Diffstat (limited to 'lib/libstand/netif.c')
-rw-r--r--lib/libstand/netif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/netif.c b/lib/libstand/netif.c
index baae9a9..c260690 100644
--- a/lib/libstand/netif.c
+++ b/lib/libstand/netif.c
@@ -293,7 +293,7 @@ netif_open(machdep_hint)
void *machdep_hint;
{
int fd;
- register struct iodesc *s;
+ struct iodesc *s;
struct netif *nif;
/* find a free socket */
OpenPOWER on IntegriCloud