]> andersk Git - moira.git/blob - afssync/ptserver.h
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / afssync / ptserver.h
1 #define WhoIsThis(call,a,id) \
2         ((*(id) = ((call)?(int)(call):SYSADMINID)), 0)
3 #define WhoIsThisWithName(call,a,id,name) \
4         ((*(id) = ((call)?(int)(call):SYSADMINID)), 0)
5
6 #include <afs/ptserver.h>
This page took 0.077615 seconds and 5 git commands to generate.