openbsd-ports/audio/mpg321/patches/patch-getopt_c
2001-10-24 12:06:03 +00:00

21 lines
610 B
Plaintext

$OpenBSD: patch-getopt_c,v 1.1 2001/10/24 12:06:03 naddy Exp $
--- getopt.c.orig Mon Oct 15 13:58:52 2001
+++ getopt.c Mon Oct 15 13:59:14 2001
@@ -76,16 +76,7 @@
# endif
#endif
-#ifndef _
-/* This is for other GNU distributions with internationalized messages.
- When compiling libc, the _ macro is predefined. */
-# ifdef HAVE_LIBINTL_H
-# include <libintl.h>
-# define _(msgid) gettext (msgid)
-# else
# define _(msgid) (msgid)
-# endif
-#endif
/* This version of `getopt' appears to the caller like standard Unix `getopt'
but it behaves differently for the user, since it allows the user