2009-12-10 21:37:36 +01:00
|
|
|
$NetBSD: patch-ad,v 1.3 2009/12/10 20:37:36 abs Exp $
|
1999-04-24 18:57:51 +02:00
|
|
|
|
2009-12-10 21:37:36 +01:00
|
|
|
--- olwm/gettext.h.orig 1993-06-29 05:11:46.000000000 +0000
|
|
|
|
+++ olwm/gettext.h
|
1999-04-24 18:57:51 +02:00
|
|
|
@@ -1,4 +1,3 @@
|
|
|
|
-#ident "@(#)gettext.h 1.7 93/06/28 SMI"
|
|
|
|
|
|
|
|
/*
|
|
|
|
* (c) Copyright 1989 Sun Microsystems, Inc.
|
2001-12-28 15:58:02 +01:00
|
|
|
@@ -27,7 +26,11 @@
|
1999-04-24 18:57:51 +02:00
|
|
|
#include <stdio.h>
|
2001-12-28 15:58:02 +01:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/param.h>
|
|
|
|
-
|
|
|
|
+
|
|
|
|
+#ifndef LC_MESSAGES
|
|
|
|
+#define LC_MESSAGES 0
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
struct domain_binding {
|
|
|
|
char *domain_name;
|
|
|
|
char *binding;
|