summaryrefslogtreecommitdiff
path: root/net-dns/updatedd/files/updatedd-2.6-options.patch
blob: 17fe89b3e49d807bd4140c6e3186296dca900088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- updatedd-2.6/src/updatedd.c.orig	2008-04-01 19:00:30.000000000 +1100
+++ updatedd-2.6/src/updatedd.c	2008-04-01 19:01:17.000000000 +1100
@@ -272,7 +272,8 @@
 		int c, option_index = 0;
 		static struct option long_options[] = {
 			{ "help",	0, 0, 'h' },
-			{ "version",	0, 0, 'v' }
+			{ "version",	0, 0, 'v' },
+			{ 0,    0, 0, 0 }
 		};
 
 		c = getopt_long(argc, argv, "LY",