summaryrefslogtreecommitdiff
path: root/distrib/sun3/common
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/sun3/common')
-rw-r--r--distrib/sun3/common/rdsetroot.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/distrib/sun3/common/rdsetroot.c b/distrib/sun3/common/rdsetroot.c
index c9f47e56903..cda58d37a40 100644
--- a/distrib/sun3/common/rdsetroot.c
+++ b/distrib/sun3/common/rdsetroot.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: rdsetroot.c,v 1.2 1996/09/05 21:27:30 deraadt Exp $
+ * $Id: rdsetroot.c,v 1.3 1997/11/26 02:32:30 deraadt Exp $
*/
/*
@@ -163,11 +163,7 @@ main(argc,argv)
exit(1);
}
- msync(dataseg - data_pgoff, data_len
-#ifdef sun
- ,0
-#endif
- );
+ msync(dataseg - data_pgoff, data_len, 0);
#ifdef DEBUG
printf("...copied %d bytes\n", n);