Print this page
fixup .text where possible
7127 remove -Wno-missing-braces from Makefile.uts
*** 22,33 ****
/*
* Copyright (c) 1999-2000 by Sun Microsystems, Inc.
* All rights reserved.
*/
- #pragma ident "%Z%%M% %I% %E% SMI"
/*
* s1394.c
* 1394 Services Layer Initialization and Cleanup Routines
* The routines do all initialization and cleanup for the Sevices Layer
*/
--- 22,33 ----
/*
* Copyright (c) 1999-2000 by Sun Microsystems, Inc.
* All rights reserved.
*/
+
/*
* s1394.c
* 1394 Services Layer Initialization and Cleanup Routines
* The routines do all initialization and cleanup for the Sevices Layer
*/
*** 53,64 ****
};
/* Module Linkage */
static struct modlinkage s1394_modlinkage = {
MODREV_1,
! &s1394_modlmisc,
! NULL
};
static int s1394_init();
static void s1394_fini();
--- 53,64 ----
};
/* Module Linkage */
static struct modlinkage s1394_modlinkage = {
MODREV_1,
! { &s1394_modlmisc,
! NULL }
};
static int s1394_init();
static void s1394_fini();