1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)mtab.h	5.1 (Berkeley) 5/30/85
   7:  */
   8: 
   9: /*
  10:  * Mounted device accounting file.
  11:  */
  12: struct mtab {
  13:     char    m_path[32];     /* mounted on pathname */
  14:     char    m_dname[32];        /* block device pathname */
  15:     char    m_type[4];      /* read-only, quotas */
  16: };

Defined struct's

mtab defined in line 12; never used
Last modified: 1985-05-30
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 636
Valid CSS Valid XHTML 1.0 Strict