]> andersk Git - moira.git/blame - afssync/ptserver.h
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / afssync / ptserver.h
CommitLineData
87bd8de2 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.294794 seconds and 5 git commands to generate.