copyright typo
[unix-history] / usr / src / sys / miscfs / portal / portal.h
index e05ad89..210bd33 100644 (file)
@@ -1,14 +1,13 @@
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
- * All rights reserved.
  *
  * This code is derived from software donated to Berkeley by
  * Jan-Simon Pendry.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software donated to Berkeley by
  * Jan-Simon Pendry.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)portal.h    8.2 (Berkeley) %G%
+ *     @(#)portal.h    8.4 (Berkeley) %G%
  *
  * $Id: portal.h,v 1.3 1992/05/30 10:05:24 jsp Exp jsp $
  */
  *
  * $Id: portal.h,v 1.3 1992/05/30 10:05:24 jsp Exp jsp $
  */
@@ -26,11 +25,6 @@ struct portal_cred {
 };
 
 #ifdef KERNEL
 };
 
 #ifdef KERNEL
-
-#ifndef VT_PORTAL
-#define VT_PORTAL VT_UFS
-#endif
-
 struct portalmount {
        struct vnode    *pm_root;       /* Root node */
        struct file     *pm_server;     /* Held reference to server socket */
 struct portalmount {
        struct vnode    *pm_root;       /* Root node */
        struct file     *pm_server;     /* Held reference to server socket */