diff options
| author | craigm <none@none> | 2006-05-23 08:36:21 -0700 |
|---|---|---|
| committer | craigm <none@none> | 2006-05-23 08:36:21 -0700 |
| commit | 60c807700988885656502665e0cf8afd4b4346f7 (patch) | |
| tree | 146231f206174235d3cef0167cabbd48181a232a /usr/src/lib/libc/common/sys | |
| parent | 3c431bb5ee3cefe718333980f115132d63be0c60 (diff) | |
| download | illumos-joyent-60c807700988885656502665e0cf8afd4b4346f7.tar.gz | |
6268715 port_getn(3C) and port_sendn(3C) not working on Solaris x86
6315070 lib/libc/$MACH/Makefile: use correct macro for -xarch options in ASFLAGS
6359912 /usr/lib/values-(star).o files should be built with -K pic
6382561 _renameat has incorrect binding
6422703 Lack of /usr/sfw/bin/zsh in /etc/shells makes dtlogin fail.
Diffstat (limited to 'usr/src/lib/libc/common/sys')
| -rw-r--r-- | usr/src/lib/libc/common/sys/_portfs.s | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/lib/libc/common/sys/_portfs.s b/usr/src/lib/libc/common/sys/_portfs.s index d421f9a7a4..27688315db 100644 --- a/usr/src/lib/libc/common/sys/_portfs.s +++ b/usr/src/lib/libc/common/sys/_portfs.s @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -36,6 +35,6 @@ #include "SYS.h" - SYSCALL2_RVAL1(_portfs,port) + SYSCALL2(_portfs,port) RET SET_SIZE(_portfs) |
