Module Name:    src
Committed By:   christos
Date:           Sat Jan 23 20:28:24 UTC 2016

Modified Files:
        src/external/gpl3/gdb/dist/gdb: bsd-kvm.c

Log Message:
define sooner _KMEMUSER


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/bsd-kvm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/dist/gdb/bsd-kvm.c
diff -u src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.7 src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.8
--- src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.7	Sun Aug 16 05:58:29 2015
+++ src/external/gpl3/gdb/dist/gdb/bsd-kvm.c	Sat Jan 23 15:28:24 2016
@@ -17,6 +17,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#define _KMEMUSER
 #include "defs.h"
 #include "cli/cli-cmds.h"
 #include "command.h"
@@ -35,7 +36,6 @@
 #include <paths.h>
 #include "readline/readline.h"
 #include <sys/param.h>
-#define _KMEMUSER
 #include <sys/proc.h>
 #include <sys/user.h>
 

Reply via email to