]> andersk Git - openssh.git/blobdiff - bsd-misc.h
Whoops, forgot changelog
[openssh.git] / bsd-misc.h
index aea285c8d3f1467790597cb6e2e11e5c1e743b8a..ae2b3fffff6ea58ae2576a8b343f3f029ca23f91 100644 (file)
@@ -9,11 +9,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Markus Friedl.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 
 #include "config.h"
 
-#ifndef HAVE_SETPROCTITLE
-void setproctitle(const char *fmt, ...);
-#endif /* !HAVE_SETPROCTITLE */
+#ifndef HAVE_SETSID
+#define setsid() setpgrp(0, getpid())
+#endif /* !HAVE_SETSID */
+
 
 #ifndef HAVE_SETENV
 int setenv(const char *name, const char *value, int overwrite);
This page took 0.060703 seconds and 4 git commands to generate.