CVSROOT:        /sources/hurdextras
Module name:    pptop
Changes by:     Samuel Thibault <sthibaul>      23/10/03 15:33:38

Modified files:
        .              : Makefile.am filter.c options.c title.c 

Log message:
        Fix build

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pptop/Makefile.am?cvsroot=hurdextras&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pptop/filter.c?cvsroot=hurdextras&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pptop/options.c?cvsroot=hurdextras&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pptop/title.c?cvsroot=hurdextras&r1=1.1&r2=1.2

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/hurdextras/pptop/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Makefile.am 27 Aug 2002 03:44:11 -0000      1.3
+++ Makefile.am 3 Oct 2023 19:33:38 -0000       1.4
@@ -1,6 +1,6 @@
 ## Process this file with automake
 
-SUBDIRS = intl po
+SUBDIRS = po
 
 bin_PROGRAMS = pptop
 pptop_SOURCES = pptop.c aux.c help.c filter.c title.c options.c fields.c \

Index: filter.c
===================================================================
RCS file: /sources/hurdextras/pptop/filter.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- filter.c    27 Aug 2002 03:44:11 -0000      1.2
+++ filter.c    3 Oct 2023 19:33:38 -0000       1.3
@@ -35,6 +35,7 @@
 #define FILTER_COUNT 6
 
 
+#include <unistd.h>
 #include <ps.h>
 #include <pwd.h>
 #include <ncurses.h>

Index: options.c
===================================================================
RCS file: /sources/hurdextras/pptop/options.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- options.c   10 Feb 2013 10:59:51 -0000      1.3
+++ options.c   3 Oct 2023 19:33:38 -0000       1.4
@@ -23,6 +23,8 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
 #include <ncurses.h>
 #include <fcntl.h>
 #include <libintl.h>

Index: title.c
===================================================================
RCS file: /sources/hurdextras/pptop/title.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- title.c     25 Aug 2002 19:17:31 -0000      1.1
+++ title.c     3 Oct 2023 19:33:38 -0000       1.2
@@ -18,6 +18,8 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA */
 
+#include <string.h>
+
 char *title;
 int offset, t_len;
 

_______________________________________________
Hurdextras-commit mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/hurdextras-commit

Reply via email to