Subversion Repositories HelenOS-historic

Rev

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

Rev 506 Rev 510
Line 68... Line 68...
68
    char *revision = TAG;
68
    char *revision = TAG;
69
#else
69
#else
70
    char *rr_delimiter = "";
70
    char *rr_delimiter = "";
71
    char *revision = "";
71
    char *revision = "";
72
#endif
72
#endif
73
char *copyright = "Copyright (C) 2001-2005 Jakub Jermar\nCopyright (C) 2005 HelenOS project";
73
char *copyright = "Copyright (C) 2001-2005 HelenOS project";
74
 
74
 
75
config_t config;
75
config_t config;
76
context_t ctx;
76
context_t ctx;
77
 
77
 
78
/*
78
/*