From 946b5d152804553e1f2e0c0e49ab69ebe765bd32 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 15 Nov 2006 23:29:59 +1000 Subject: [PATCH] Remove getpgid prototype from exec.c - this prototype seems to be no longer missing darcs-hash:20061115132959-ac50b-d163141db6ad824ea0f6788338ebcec5001cbf5b.gz --- exec.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/exec.c b/exec.c index b7166ee9b..ed838385d 100644 --- a/exec.c +++ b/exec.c @@ -47,14 +47,6 @@ #include "halloc_util.h" #include "parse_util.h" -/** - Prototype for the getpgid library function. The prototype for this - function seems to be missing in glibc, at least I've not found any - combination of includes, macros and compiler switches that will - include it. -*/ -pid_t getpgid( pid_t pid ); - /** file descriptor redirection error message */