summaryrefslogtreecommitdiff
path: root/usr.sbin/faithd/faithd.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-05-31 03:09:23 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-05-31 03:09:23 +0000
commit0fbdba2556ddd1c73b98d76a080a79b1da61a2e0 (patch)
tree3299bd3d46cc47f3405e6485a0d8cbc5bceb2d17 /usr.sbin/faithd/faithd.h
parentc6e9070e8a4c013201077b5b364b4424631156d0 (diff)
sync with the latest kame code. insufficient len in malloc() call is
corrected.
Diffstat (limited to 'usr.sbin/faithd/faithd.h')
-rw-r--r--usr.sbin/faithd/faithd.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/faithd/faithd.h b/usr.sbin/faithd/faithd.h
index 52c05df7380..829dbac0f12 100644
--- a/usr.sbin/faithd/faithd.h
+++ b/usr.sbin/faithd/faithd.h
@@ -1,9 +1,10 @@
-/* $OpenBSD: faithd.h,v 1.2 1999/12/20 16:32:53 itojun Exp $ */
+/* $OpenBSD: faithd.h,v 1.3 2000/05/31 03:09:22 itojun Exp $ */
+/* $KAME: faithd.h,v 1.2 2000/05/31 03:06:07 itojun Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +16,7 @@
* 3. Neither the name of the project nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE