Module Name: src
Committed By: joerg
Date: Tue May 24 13:03:20 UTC 2011
Modified Files:
src/usr.sbin/ldpd: socketops.c
Log Message:
Packed pointers are non-sense
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/ldpd/socketops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/ldpd/socketops.c
diff -u src/usr.sbin/ldpd/socketops.c:1.5 src/usr.sbin/ldpd/socketops.c:1.6
--- src/usr.sbin/ldpd/socketops.c:1.5 Sat Jan 22 19:46:46 2011
+++ src/usr.sbin/ldpd/socketops.c Tue May 24 13:03:19 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: socketops.c,v 1.5 2011/01/22 19:46:46 kefren Exp $ */
+/* $NetBSD: socketops.c,v 1.6 2011/05/24 13:03:19 joerg Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -752,7 +752,7 @@
struct init_tlv *itlv;
struct label_map_tlv *lmtlv;
struct fec_tlv *fectlv;
- struct label_tlv *__packed labeltlv;
+ struct label_tlv *labeltlv;
struct notification_tlv *nottlv;
struct hello_info *hi;