Blame SOURCES/chrpath-0.13-getopt_long.patch
|
|
b8c700 |
diff -up ./main.c~ ./main.c
|
|
|
b8c700 |
--- ./main.c~ 2004-09-19 10:33:37.000000000 +0200
|
|
|
b8c700 |
+++ ./main.c 2012-10-22 12:10:03.795745769 +0200
|
|
|
b8c700 |
@@ -31,7 +31,8 @@ static struct option long_options[] =
|
|
|
b8c700 |
{"keepgoing", 0, 0, 'k'},
|
|
|
b8c700 |
{"list", 0, 0, 'l'},
|
|
|
b8c700 |
{"replace", 1, 0, 'r'},
|
|
|
b8c700 |
- {"version", 0, 0, 'v'}
|
|
|
b8c700 |
+ {"version", 0, 0, 'v'},
|
|
|
b8c700 |
+ {0, 0, 0, 0}
|
|
|
b8c700 |
};
|
|
|
b8c700 |
|
|
|
b8c700 |
#else /* not HAVE_GETOPT_LONG */
|