ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/x11twind.c
(Generate patch)

Comparing ray/src/rt/x11twind.c (file contents):
Revision 1.1 by greg, Tue Dec 19 12:54:31 1989 UTC vs.
Revision 1.2 by greg, Fri Jan 19 00:00:35 1990 UTC

# Line 20 | Line 20 | static char SCCSid[] = "$SunId$ LBL";
20  
21   #include  "x11twind.h"
22  
23 + #ifndef  BSD
24 + #define  bzero(d,n)             (void)memset(d,0,n)
25 + extern char  *memset();
26 + #endif
27 +
28   #define checkcurs(t)            if ((t)->cursor) togglecurs(t)
29  
30   #define restorecurs             checkcurs

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines