# HG changeset patch # User Eric Blake # Date 1293222429 25200 # Node ID d02ecbcfc84d4024c5e1a448713825305ffacf80 # Parent 6738ca181bba483907eec2bde9ab59ab400b0e5b pipe: make obsoletion transition easier * lib/pipe.h: Restore file as thin shim around "spawn-pipe.h". * modules/pipe (Files): Include revived file. (Include): Drop reference, to mirror getdate's behavior. Signed-off-by: Eric Blake diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-12-24 Eric Blake + + pipe: make obsoletion transition easier + * lib/pipe.h: Restore file as thin shim around "spawn-pipe.h". + * modules/pipe (Files): Include revived file. + (Include): Drop reference, to mirror getdate's behavior. + 2010-12-24 Bruno Haible sys_socket: Hide mismatch of declarations on NonStop Kernel. diff --git a/lib/pipe.h b/lib/pipe.h new file mode 100644 --- /dev/null +++ b/lib/pipe.h @@ -0,0 +1,2 @@ +/* Obsolete; consider using spawn-pipe.h instead. */ +#include "spawn-pipe.h" diff --git a/modules/pipe b/modules/pipe --- a/modules/pipe +++ b/modules/pipe @@ -8,6 +8,7 @@ This module is obsolete. Use the module 'spawn-pipe' instead. Files: +lib/pipe.h Depends-on: spawn-pipe @@ -17,7 +18,6 @@ Makefile.am: Include: -"spawn-pipe.h" License: GPL