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

Comparing CCSAdmin/common.c (file contents):
Revision 586 by douglas, 2005-11-23T21:16:24-08:00 vs.
Revision 587 by douglas, 2005-11-25T00:20:52-08:00

# Line 6 | Line 6
6  
7   #include "common.h"
8  
9 + #ifdef __sun__
10 + #define getpass getpassphrase
11 + #endif
12 +
13   Shells shells[] = {
14          { "sh", "/bin/sh", "/bin/sh", "/bin/sh", "/usr/bin/sh" },
15          { "csh", "/bin/csh", "/bin/csh", "/bin/csh", "/usr/bin/csh" },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines