Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_puffs from main with return 0;



details:   https://anonhg.NetBSD.org/src/rev/e28ca232e323
branches:  trunk
changeset: 750805:e28ca232e323
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 14 22:06:54 2010 +0000

description:
from main with return 0;
(Why did I manage to succesfully build n times, including a full
distribution build, without tripping this before ?!?)

diffstat:

 sbin/mount_puffs/mount_puffs.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 8658268aa4f2 -r e28ca232e323 sbin/mount_puffs/mount_puffs.c
--- a/sbin/mount_puffs/mount_puffs.c    Thu Jan 14 21:52:07 2010 +0000
+++ b/sbin/mount_puffs/mount_puffs.c    Thu Jan 14 22:06:54 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_puffs.c,v 1.1 2010/01/14 21:25:48 pooka Exp $    */
+/*     $NetBSD: mount_puffs.c,v 1.2 2010/01/14 22:06:54 pooka Exp $    */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mount_puffs.c,v 1.1 2010/01/14 21:25:48 pooka Exp $");
+__RCSID("$NetBSD: mount_puffs.c,v 1.2 2010/01/14 22:06:54 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/param.h>
@@ -108,4 +108,6 @@
        if (kargs.pa_root_vtype == VCHR || kargs.pa_root_vtype == VBLK)
                printf(", root rdev=0x%" PRIx64, (uint64_t)kargs.pa_root_rdev);
        printf("\n");
+
+       return 0;
 }



Home | Main Index | Thread Index | Old Index