Module Name: src
Committed By: dholland
Date: Tue Nov 30 10:46:59 UTC 2010
Modified Files:
src/sys/rump/include/rump: rump.h
Log Message:
RUMPCN_FORCEFREE is no longer needed.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/rump/include/rump/rump.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/include/rump/rump.h
diff -u src/sys/rump/include/rump/rump.h:1.47 src/sys/rump/include/rump/rump.h:1.48
--- src/sys/rump/include/rump/rump.h:1.47 Mon Nov 15 20:37:21 2010
+++ src/sys/rump/include/rump/rump.h Tue Nov 30 10:46:59 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.h,v 1.47 2010/11/15 20:37:21 pooka Exp $ */
+/* $NetBSD: rump.h,v 1.48 2010/11/30 10:46:59 dholland Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -75,7 +75,6 @@
/* rumpvfs */
#define RUMPCN_FREECRED 0x02
-#define RUMPCN_FORCEFREE 0x04
#define RUMP_ETFS_SIZE_ENDOFF ((uint64_t)-1)
enum rump_etfs_type {
RUMP_ETFS_REG,