summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/fbuf.h')
-rw-r--r--usr/src/uts/common/sys/fbuf.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/fbuf.h b/usr/src/uts/common/sys/fbuf.h
index c694c62618..3b1f8fd8db 100644
--- a/usr/src/uts/common/sys/fbuf.h
+++ b/usr/src/uts/common/sys/fbuf.h
@@ -20,6 +20,8 @@
* CDDL HEADER END
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright (c) 1997-1998 by Sun Microsystems, Inc.
* All rights reserved.
*/
@@ -31,8 +33,6 @@
#ifndef _SYS_FBUF_H
#define _SYS_FBUF_H
-#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.3 */
-
#include <sys/vnode.h>
#ifdef __cplusplus
@@ -53,7 +53,6 @@ struct fbuf {
uint_t fb_count;
};
-#if defined(__STDC__)
extern int fbread(struct vnode *, offset_t, uint_t, enum seg_rw,
struct fbuf **);
extern void fbzero(struct vnode *, offset_t, uint_t, struct fbuf **);
@@ -61,7 +60,6 @@ extern int fbwrite(struct fbuf *);
extern int fbdwrite(struct fbuf *);
extern int fbiwrite(struct fbuf *, struct vnode *, daddr_t bn, int bsize);
extern void fbrelse(struct fbuf *, enum seg_rw);
-#endif
#ifdef __cplusplus
}