1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/deskutils/xrolo/files/patch-ab
Steve Price 97b24974af Initial import of xrolo version 2.6.
This is an Xview port of Ron Hitchens rolo tool.

PR:		9409
Submitted by:	Lars Koeller <lkoeller@cc.fh-lippe.de>
1999-01-18 04:16:22 +00:00

27 lines
564 B
Plaintext

*** main.c.org Sat Jan 9 22:25:04 1999
--- main.c Sat Jan 9 22:26:03 1999
***************
*** 39,45 ****
#include <sys/param.h>
#include <stdio.h>
#include <sys/types.h>
! #include <sys/dir.h>
#include <xview/xview.h>
#include <xview/panel.h>
#include <xview/textsw.h>
--- 39,45 ----
#include <sys/param.h>
#include <stdio.h>
#include <sys/types.h>
! #include <sys/dirent.h>
#include <xview/xview.h>
#include <xview/panel.h>
#include <xview/textsw.h>
***************
*** 320,323 ****
return (strcpy (q, p));
}
-
--- 320,322 ----