Copyright

This commit is contained in:
Roy Marples 2009-01-12 10:24:00 +00:00
parent 8a9a2d5fe9
commit f23822e082

View File

@ -4,7 +4,7 @@
*/ */
/* /*
* Copyright 2007-2008 Roy Marples <roy@marples.name> * Copyright 2007-2009 Roy Marples <roy@marples.name>
* All rights reserved * All rights reserved
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -31,9 +31,7 @@
#include "librc.h" #include "librc.h"
#if defined(__linux__) #if defined(__linux__)
static bool pid_is_exec(pid_t pid, const char *exec) static bool pid_is_exec(pid_t pid, const char *exec)
{ {
char buffer[32]; char buffer[32];