Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Jun 4, 2000
1 parent 881ca60 commit e015406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/udp6_output.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: udp6_output.c,v 1.7 2000/06/04 17:20:07 jinmei Exp $ */
/* $KAME: udp6_output.c,v 1.8 2000/06/04 17:21:11 jinmei Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -182,7 +182,7 @@ udp6_output(in6p, m, addr6, control)
#if defined(__NetBSD__) || (defined(__FreeBSD__) && __FreeBSD__ == 3)
if (p && !suser(p->p_ucred, &p->p_acflag))
priv = 1;
#elif (define(__FreeBSD__) && __FreeBSD__ >= 4)
#elif (defined(__FreeBSD__) && __FreeBSD__ >= 4)
if (p && !suser(p))
priv = 1;
#else
Expand Down

0 comments on commit e015406

Please sign in to comment.