More const correctness.

Removed prototype for unimplemented getpgid() function.
Removed a value return from a void function.
This commit is contained in:
Kees van Reeuwijk
2010-03-23 14:25:09 +00:00
parent a6957b7847
commit 407316e451
4 changed files with 3 additions and 9 deletions

View File

@@ -1287,8 +1287,6 @@ next:
if(evstat != 0 && !(evstat & HERMES_EV_TICK)) {
goto beginning;
}
return (1);
}