summaryrefslogtreecommitdiff
path: root/src/s/netbsd.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-12 19:38:30 -0700
committerGlenn Morris <rgm@gnu.org>2012-07-12 19:38:30 -0700
commit32fb4bb69b61a2ef5b1d5d1e17e6915ba5d23e5b (patch)
treed2296e592da5b9eb573b3ea338ce46ad13210d50 /src/s/netbsd.h
parent983188fd542cdf5704929b27f5c17acb30b6f1ad (diff)
Remove some src/s files that are now empty
* configure.ac (opsysfile): Set to empty on gnu, cygwin. * src/s/bsd-common, src/s/cygwin.h: Remove empty files. * src/s/freebsd.h, src/s/netbsd.h: Do not include bsd-common.h.
Diffstat (limited to 'src/s/netbsd.h')
-rw-r--r--src/s/netbsd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index cbcd54f398..b0e298f2c2 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -17,10 +17,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-
-/* Get most of the stuff from bsd-common. */
-#include "bsd-common.h"
-
/* Greg A. Woods <woods@weird.com> says we must include signal.h
before syssignal.h is included, to work around interface conflicts
that are handled with CPP __RENAME() macro in signal.h. */