Changeset 3b122e9 in mainline


Ignore:
Timestamp:
2009-03-12T22:20:38Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00287cc
Parents:
afdd441
Message:

Update message, cstyle.

Location:
uspace/app/init
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    rafdd441 r3b122e9  
    8383        argv[1] = NULL;
    8484       
    85         if (task_spawn(fname, argv))
    86                 /* Add reasonable delay to avoid
    87                    intermixed klog output */
     85        if (task_spawn(fname, argv)) {
     86                /* Add reasonable delay to avoid intermixed klog output. */
    8887                usleep(10000);
    89         else
     88        } else {
    9089                printf(NAME ": Error spawning %s\n", fname);
     90        }
    9191}
    9292
  • uspace/app/init/version.c

    rafdd441 r3b122e9  
    6262void version_print(void)
    6363{
    64         printf("HelenOS init\nRelease %s%s%s\nCopyright (c) 2006 HelenOS project\n", release, revision, timestamp);
     64        printf("HelenOS init\nRelease %s%s%s\n", release, revision, timestamp);
     65        printf("Copyright (c) 2001-2009 HelenOS project\n");
    6566}
    6667
Note: See TracChangeset for help on using the changeset viewer.