Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200875
Collapse All | Expand All

(-)netcat-0.7.1/src/netcat.c (+1 lines)
Lines 157-162 Link Here
157
  connect_sock.domain = PF_INET;
157
  connect_sock.domain = PF_INET;
158
158
159
#ifdef ENABLE_NLS
159
#ifdef ENABLE_NLS
160
  setlocale(LC_CTYPE, "");
160
  setlocale(LC_MESSAGES, "");
161
  setlocale(LC_MESSAGES, "");
161
  bindtextdomain(PACKAGE, LOCALEDIR);
162
  bindtextdomain(PACKAGE, LOCALEDIR);
162
  textdomain(PACKAGE);
163
  textdomain(PACKAGE);

Return to bug 200875