diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-06-29 11:57:08 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-06-29 11:57:08 +0000 |
commit | 7082e811fdedd165abf44baf5541a279e4645026 (patch) | |
tree | b92197739ee1bad1c730942a3bf07579025aed35 /usr/src/uts/common/sys/file.h | |
parent | dbeef7f762c59b1461e27146a764182be5eab8cb (diff) | |
parent | 5ceaf02ccc1885ec3499b7d79f2a80ce1325b4d8 (diff) | |
download | illumos-joyent-7082e811fdedd165abf44baf5541a279e4645026.tar.gz |
[illumos-gate merge]
commit 5ceaf02ccc1885ec3499b7d79f2a80ce1325b4d8
8433 vmxnet3: warnings about not supported properties don't help anything
commit f862e02cb8d597e430ef5067be483718a65c3370
7962 strxfrm() fails for certain characters
commit 5206305f06cf80338a34e00287f3336069e1198b
1198 date formats contain spaces where not expected
commit 5549034d757a8b1a23f3957d95e4e9e440c44ebf
8428 8367 breaks cmlb module install on sparc
commit 73177167911de9eef96901d8f6d3cb6be7c67574
8309 libbsm should support AUE_sudo audit event
commit b4203d757c7c247e39c94c09a94021a3a8121062
8228 cstyle: Remove space-tab sequences in /* All Rights Reserved */
commit bec2e3ffadac8d3536ea115d636d06c7b561623a
8212 manpages contain obsolete references
6019 sleep can't be infinite
Conflicts:
usr/src/man/man1m/zonecfg.1m
usr/src/man/man1/mdb.1
Diffstat (limited to 'usr/src/uts/common/sys/file.h')
-rw-r--r-- | usr/src/uts/common/sys/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/file.h b/usr/src/uts/common/sys/file.h index ad73e8f1ae..146987ff55 100644 --- a/usr/src/uts/common/sys/file.h +++ b/usr/src/uts/common/sys/file.h @@ -24,7 +24,7 @@ */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ -/* All Rights Reserved */ +/* All Rights Reserved */ /* Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved. */ /* Copyright 2017 Joyent, Inc. */ |