22 lines
484 B
Text
22 lines
484 B
Text
$NetBSD: patch-ad,v 1.2 2001/12/28 14:58:02 tron Exp $
|
|
|
|
--- olwm/gettext.h.orig Tue Jun 29 07:11:46 1993
|
|
+++ olwm/gettext.h Fri Dec 28 15:55:43 2001
|
|
@@ -1,4 +1,3 @@
|
|
-#ident "@(#)gettext.h 1.7 93/06/28 SMI"
|
|
|
|
/*
|
|
* (c) Copyright 1989 Sun Microsystems, Inc.
|
|
@@ -27,7 +26,11 @@
|
|
#include <stdio.h>
|
|
#include <sys/types.h>
|
|
#include <sys/param.h>
|
|
-
|
|
+
|
|
+#ifndef LC_MESSAGES
|
|
+#define LC_MESSAGES 0
|
|
+#endif
|
|
+
|
|
struct domain_binding {
|
|
char *domain_name;
|
|
char *binding;
|