Subversion Repositories HelenOS

Rev

Rev 3283 | Rev 3301 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3283 Rev 3284
Line 158... Line 158...
158
 * You should apply any license and copyright that you wish to this file,
158
 * You should apply any license and copyright that you wish to this file,
159
 * replacing this header in its entirety. */
159
 * replacing this header in its entirety. */
160
 
160
 
161
#include <stdio.h>
161
#include <stdio.h>
162
#include <stdlib.h>
162
#include <stdlib.h>
-
 
163
#include "config.h"
-
 
164
#include "errors.h"
163
#include "entry.h"
165
#include "entry.h"
164
#include "${CMDNAME}.h"
166
#include "${CMDNAME}.h"
165
#include "cmds.h"
167
#include "cmds.h"
166
 
168
 
167
static char *cmdname = "${CMDNAME}";
169
static char *cmdname = "${CMDNAME}";