function.c (a07af81154e42e03968dcf3f4873b9a5ea9fec6e) | function.c (5965373e69ca208cedd8ede9716ef0d58e6c3434) |
---|---|
1/*- 2 * Copyright (c) 1990, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * Cimarron D. Taylor of the University of California, Berkeley. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 820 unchanged lines hidden (view full) --- 829#if !defined(__NetBSD__) 830PLAN * 831c_fstype(option, argvp) 832 OPTION *option; 833 char ***argvp; 834{ 835 char *fsname; 836 PLAN *new; | 1/*- 2 * Copyright (c) 1990, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * Cimarron D. Taylor of the University of California, Berkeley. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 820 unchanged lines hidden (view full) --- 829#if !defined(__NetBSD__) 830PLAN * 831c_fstype(option, argvp) 832 OPTION *option; 833 char ***argvp; 834{ 835 char *fsname; 836 PLAN *new; |
837 struct vfsconf vfc; | 837 struct xvfsconf vfc; |
838 839 fsname = nextarg(option, argvp); 840 ftsoptions &= ~FTS_NOSTAT; 841 842 new = palloc(option); 843 844 /* 845 * Check first for a filesystem name. --- 765 unchanged lines hidden --- | 838 839 fsname = nextarg(option, argvp); 840 ftsoptions &= ~FTS_NOSTAT; 841 842 new = palloc(option); 843 844 /* 845 * Check first for a filesystem name. --- 765 unchanged lines hidden --- |