ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/sysutils/lcdproc/files/patch-server__drivers__CFontz633io.c
Revision: 41
Committed: 2008-09-05T00:44:26-07:00 (16 years, 9 months ago) by douglas
Content type: text/x-c
File size: 426 byte(s)
Log Message:
Add sysutils/lcdproc before trying to fix an issue with it.

File Contents

# Content
1 --- ./server/drivers/CFontz633io.c.orig Mon Oct 16 22:26:21 2006
2 +++ ./server/drivers/CFontz633io.c Mon Oct 16 22:28:58 2006
3 @@ -49,12 +49,9 @@
4
5 #include "config.h"
6
7 -#if defined(HAVE_SYS_SELECT_H)
8 -# include <sys/select.h>
9 -#else
10 -# include <sys/time.h>
11 -# include <sys/types.h>
12 -#endif /* defined(HAVE_SYS_SELECT_H) */
13 +#include <sys/select.h>
14 +#include <sys/time.h>
15 +#include <sys/types.h>
16
17 #include "CFontz633io.h"
18