]> code.delx.au - gnu-emacs/blobdiff - src/vm-limit.c
Mention setsid after vfork.
[gnu-emacs] / src / vm-limit.c
index de31eda0cec6506e846dd35324f8394f19c0c8d2..f3da55bf1814553dddba20a44e07243bf1c09516 100644 (file)
@@ -1,12 +1,12 @@
 /* Functions for memory limit warnings.
-   Copyright (C) 1990, 1992, 2002, 2003, 2004,
-                 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004,
+                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -32,9 +32,6 @@ typedef void *POINTER;
 #endif
 
 #include "mem-limits.h"
-#include <sys/resource.h>
-
-#define HAVE_GETRLIMIT
 
 #ifdef HAVE_GETRLIMIT
 #include <sys/resource.h>