aboutgitcodebugslistschat
path: root/test/nsholder.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nsholder.c')
-rw-r--r--test/nsholder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nsholder.c b/test/nsholder.c
index aac901b..010a051 100644
--- a/test/nsholder.c
+++ b/test/nsholder.c
@@ -53,7 +53,7 @@ static void hold(int fd, const struct sockaddr_un *addr)
if (rc < 0)
die("listen(): %s\n", strerror(errno));
- printf("nsholder: local PID=%d local UID=%d local GID=%d\n",
+ printf("nsholder: local PID=%d local UID=%u local GID=%u\n",
getpid(), getuid(), getgid());
do {
int afd = accept(fd, NULL, NULL);