diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-07-09 19:36:50 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-07-09 19:36:50 +0000 |
| commit | 54a033896da0b6da588d945618a8fe50637d2efa (patch) | |
| tree | 8f53dfb489b7b8263df078602d1e1ebe5d787f31 /sys/kern/kern_uuid.c | |
| parent | ad32affe9147c96299e44c2405118d2adc232c1d (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_uuid.c')
| -rw-r--r-- | sys/kern/kern_uuid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_uuid.c b/sys/kern/kern_uuid.c index ba5faa51a2b6..6449f479a73f 100644 --- a/sys/kern/kern_uuid.c +++ b/sys/kern/kern_uuid.c @@ -136,7 +136,8 @@ struct uuidgen_args { }; #endif -int uuidgen(struct thread *td, struct uuidgen_args *uap) +int +uuidgen(struct thread *td, struct uuidgen_args *uap) { struct uuid_private uuid; uint64_t time; |
