ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/common.h
(Generate patch)

Comparing CCSAdmin/common.h (file contents):
Revision 653 by douglas, 2005-11-22T18:14:57-08:00 vs.
Revision 654 by douglas, 2006-01-18T12:14:47-08:00

# Line 7 | Line 7
7   #ifndef _common_h_
8   #define _common_h_
9  
10 < #if !defined(__FreeBSD__) && !defined(__sun__)
10 > #if !defined(__FreeBSD__) && !defined(__sun__) && !defined(__APPLE__)
11   #define _BSD_SOURCE
12   #define _POSIX_SOURCE
13   #define _GNU_SOURCE
# Line 54 | Line 54 | void putpassword(char password[_PASSWORD
54   void get(const char *prompt, regex_t *regex, char **string, jmp_buf environment);
55   void setshells(Shells *shells, jmp_buf environment);
56  
57 < #if !defined(__FreeBSD__) && !defined(__sun__)
57 > #if !defined(__FreeBSD__) && !defined(__sun__) && !defined(__APPLE__)
58   size_t strlcpy(char *dst, const char *src, size_t size);
59   size_t strlcat(char *dst, const char *src, size_t size);
60   char *fgetln(FILE * restrict stream, size_t * restrict len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines