svn commit: r201020 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Sat Dec 26 13:54:37 UTC 2009


Author: jilles
Date: Sat Dec 26 13:54:34 2009
New Revision: 201020
URL: http://svn.freebsd.org/changeset/base/201020

Log:
  Remove declaration of function that no longer exists.

Modified:
  head/bin/sh/output.h

Modified: head/bin/sh/output.h
==============================================================================
--- head/bin/sh/output.h	Sat Dec 26 11:36:10 2009	(r201019)
+++ head/bin/sh/output.h	Sat Dec 26 13:54:34 2009	(r201020)
@@ -52,7 +52,6 @@ extern struct output memout;
 extern struct output *out1;
 extern struct output *out2;
 
-void open_mem(char *, int, struct output *);
 void out1str(const char *);
 void out1qstr(const char *);
 void out2str(const char *);


More information about the svn-src-all mailing list