diff options
author | Roy Marples <roy@marples.name> | 2009-01-12 10:24:00 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-01-12 10:24:00 +0000 |
commit | f23822e082c730837ead287dd2450117d926cbe1 (patch) | |
tree | efbdcaa6b8cfd6a48fa8f790be2a7abe89442948 | |
parent | 8a9a2d5fe9bbb80381f54da16460f1578f367be5 (diff) |
Copyright
-rw-r--r-- | src/librc/librc-daemon.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/librc/librc-daemon.c b/src/librc/librc-daemon.c index c3cdd860..3d09c99e 100644 --- a/src/librc/librc-daemon.c +++ b/src/librc/librc-daemon.c @@ -4,7 +4,7 @@ */ /* - * Copyright 2007-2008 Roy Marples <roy@marples.name> + * Copyright 2007-2009 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -31,9 +31,7 @@ #include "librc.h" - #if defined(__linux__) - static bool pid_is_exec(pid_t pid, const char *exec) { char buffer[32]; |