From 2cb27123907a098a777e39eebc349d73e99a518f Mon Sep 17 00:00:00 2001 From: aguzovsk Date: Fri, 8 Jun 2007 18:58:50 -0700 Subject: 6544121 Implement text replication --- usr/src/uts/common/sys/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/uts/common/sys/file.h') diff --git a/usr/src/uts/common/sys/file.h b/usr/src/uts/common/sys/file.h index 20300002c5..e893696564 100644 --- a/usr/src/uts/common/sys/file.h +++ b/usr/src/uts/common/sys/file.h @@ -23,7 +23,7 @@ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -182,7 +182,7 @@ extern int closef(file_t *); extern int closeandsetf(int, file_t *); extern int ufalloc_file(int, file_t *); extern int ufalloc(int); -extern int ufcanalloc(proc_t *, uint_t); +extern int ufcanalloc(struct proc *, uint_t); extern int falloc(struct vnode *, int, file_t **, int *); extern void finit(void); extern void unfalloc(file_t *); -- cgit v1.2.3