1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/news/newsx/files/patch-ap
Dirk Meyer 827d3c4f0f - appied patch from PR 25594
- make portlint happier
- clean pkg-plist

PR:		25534
Submitted by:	thierry@thomas.as
2001-04-08 10:51:45 +00:00

22 lines
529 B
Plaintext

--- src/main.c.orig Sun Apr 25 09:00:37 1999
+++ src/main.c Sat Mar 3 23:06:24 2001
@@ -20,6 +20,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: main.c,v $
+ * Revision x.xx 2001/02/11
+ * Use libinn.h (<thierry@thomas.as>)
+ *
* Revision 1.46 1999/04/25 07:00:37 src
* Mellowed error message for missing standard profiles
*
@@ -380,6 +383,8 @@
{
int c;
char *p;
+
+ optind = 0; /* tell getopt to reset internal variables */
for (;;) {
option_index = -1;