summaryrefslogtreecommitdiffstats
path: root/pcp/uids.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcp/uids.c')
-rw-r--r--pcp/uids.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/pcp/uids.c b/pcp/uids.c
new file mode 100644
index 0000000..3249ebd
--- /dev/null
+++ b/pcp/uids.c
@@ -0,0 +1,19 @@
+/*
+** Copyright 2002 Double Precision, Inc. See COPYING for
+** distribution information.
+*/
+
+
+#include "config.h"
+#include "pcp.h"
+#include "uids.h"
+
+const char *pcpuid()
+{
+ return uid;
+}
+
+const char *pcpgid()
+{
+ return gid;
+}