repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed debugging detritus and fixed a typo.
[AROS.git]
/
arch
/
all-hosted
/
bootstrap
/
shutdown.c
blob
e9cea9a651984685f1074f7a73b3123358366c22
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <stdlib.h>
7
8
#include
"shutdown.h"
9
10
void
SaveArgs
(
char
**
argv
)
11
{
12
/* Nothing to save since we can't re-run ourselves */
13
}