mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7b77913044
Highly customizable, text-based menu generator. PR: 7530 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
--- xenmenu.c Sun Mar 1 12:25:09 1998
|
|
+++ /home/andy/tmp/wrk/xenmenu.c Tue May 19 22:48:26 1998
|
|
@@ -30,6 +30,9 @@
|
|
#include "dochoice.h"
|
|
#include "rpmenu.h"
|
|
#include <stdio.h>
|
|
+#ifdef __FreeBSD__
|
|
+#include <stdlib.h>
|
|
+#endif
|
|
#include <unistd.h> /* getopt(), geteuid() */
|
|
#include <pwd.h> /* getpwuid() */
|
|
#include <sys/types.h> /* getpwuid() */
|