diff options
| author | Dan McDonald <danmcd@joyent.com> | 2022-01-07 11:29:49 -0500 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2022-01-07 11:29:49 -0500 |
| commit | 5494b509734767884e5c4e1237dab66b69980c64 (patch) | |
| tree | 85b366f459f5ac32ec1173dcf6c77488369d1f5a /usr/src/ucblib | |
| parent | 0cc1a62e5527e9741273983ed61b4d14d6ad7cee (diff) | |
| parent | 59c22e7a2e5efed7b82bdb64375da8627629d3e9 (diff) | |
| download | illumos-joyent-5494b509734767884e5c4e1237dab66b69980c64.tar.gz | |
[illumos-gate merge]
commit 59c22e7a2e5efed7b82bdb64375da8627629d3e9
14346 loader: add __alloc_size2
commit bb771288d01b795ba4ddad4a440845264a95a7e0
14340 libbe: 'menu_fp' may be used uninitialized
commit 7c46107350cb9215d4a4b9e371541fbfa02abdb4
14319 ld shouldn't warn about SHF_EXCLUDE unknown sections
commit c7ebb3fa8bd1474c486063f5c422f61578a4a968
14347 ed: mismatched bound
commit cf45009884e299356c21eb3d343d4b99bfd1fd5f
14348 libdbm: mismatched bound
commit 439b932b1a6fbc5105bd6987cb696a707183a149
14344 libnisdb: ISO C++17 does not allow 'register' storage class specifier
commit 74bc43b0515c1d5245354261e501b8923daba127
14353 crypto_mech2id should take unlimited string argument
commit 48f0b85934bda8ceb1816a9b7d27b697dbb40aeb
14336 elfdump: this 'if' clause does not guard...
Diffstat (limited to 'usr/src/ucblib')
| -rw-r--r-- | usr/src/ucblib/libdbm/dbm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/ucblib/libdbm/dbm.c b/usr/src/ucblib/libdbm/dbm.c index 82d136c0a7..664cee81fc 100644 --- a/usr/src/ucblib/libdbm/dbm.c +++ b/usr/src/ucblib/libdbm/dbm.c @@ -24,7 +24,7 @@ */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ -/* All Rights Reserved */ +/* All Rights Reserved */ /* * Portions of this source code were derived from Berkeley 4.3 BSD @@ -404,7 +404,7 @@ setbit(void) } datum -makdatum(char buf[PBLKSIZ], int n) +makdatum(char *buf, int n) { short *sp; int t; |
