Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / xview-clients / patches / patch-ad
blobbe16c243fd18c270dd2653e3e629320eeef03728
1 $NetBSD: patch-ad,v 1.2 2001/12/28 14:58:02 tron Exp $
3 --- olwm/gettext.h.orig 1993-06-29 05:11:46.000000000 +0000
4 +++ olwm/gettext.h
5 @@ -1,4 +1,3 @@
6 -#ident "@(#)gettext.h  1.7     93/06/28 SMI"
7  
8  /*
9   *      (c) Copyright 1989 Sun Microsystems, Inc.
10 @@ -27,7 +26,11 @@
11  #include <stdio.h>
12  #include <sys/types.h>
13  #include <sys/param.h>
14
16 +#ifndef LC_MESSAGES
17 +#define LC_MESSAGES 0
18 +#endif
20  struct domain_binding {
21      char    *domain_name;
22      char    *binding;