mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 15:20:09 +08:00
Update to FreeBSD head 2017-08-01
Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
This commit is contained in:
@@ -79,10 +79,6 @@ static void kdebug_sadb_x_sa2(struct sadb_ext *);
|
||||
static void kdebug_sadb_x_sa_replay(struct sadb_ext *);
|
||||
static void kdebug_sadb_x_natt(struct sadb_ext *);
|
||||
|
||||
#ifdef _KERNEL
|
||||
static void kdebug_secreplay(struct secreplay *);
|
||||
#endif
|
||||
|
||||
#ifndef _KERNEL
|
||||
#define panic(fmt, ...) { printf(fmt, ## __VA_ARGS__); exit(-1); }
|
||||
#endif
|
||||
@@ -726,6 +722,7 @@ kdebug_secash(struct secashead *sah, const char *indent)
|
||||
printf("}\n");
|
||||
}
|
||||
|
||||
#ifdef IPSEC_DEBUG
|
||||
static void
|
||||
kdebug_secreplay(struct secreplay *rpl)
|
||||
{
|
||||
@@ -747,6 +744,7 @@ kdebug_secreplay(struct secreplay *rpl)
|
||||
}
|
||||
printf(" }\n");
|
||||
}
|
||||
#endif /* IPSEC_DEBUG */
|
||||
|
||||
static void
|
||||
kdebug_secnatt(struct secnatt *natt)
|
||||
|
Reference in New Issue
Block a user