1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11/xkbctrl/files/patch-ab
Steve Price 413d8b01b6 Adding xkbctrl version 1.0.
Display and manipulate XKB keyboard controls from the commandline.

PR:		16006
Submitted by:	Yoshiro MIHIRA <sanpei@sanpei.org>
2000-01-29 05:46:08 +00:00

12 lines
250 B
Plaintext

--- xkbctrl.c.org Sun Jan 9 22:51:02 2000
+++ xkbctrl.c Sun Jan 9 22:51:21 2000
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <values.h>
+#include <limits.h>
#include <ctype.h>
#include <X11/Xos.h>
#include <X11/Xlib.h>