Skip to content

Commit

Permalink
makes it workable on freebsd-4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
suz committed Apr 9, 2003
1 parent 3d7bf54 commit b757f48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kame/sys/netinet6/ipsec.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: ipsec.c,v 1.183 2003/04/09 09:28:19 suz Exp $ */
/* $KAME: ipsec.c,v 1.184 2003/04/09 10:45:18 suz Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -4014,7 +4014,9 @@ ipsec_gethist(m, lenp)
int *lenp;
{

#if 0
panic("ipsec_gethist: obsolete API");
#endif
}

void
Expand Down

0 comments on commit b757f48

Please sign in to comment.