Ignore:
Timestamp:
2009-05-08T11:10:34Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54a6ff6
Parents:
66b430e
Message:

Add a primitive 'mv' command. This 'mv' is a mere wrapper around rename() and
as such cannot move files across file systems and doesn't work on FAT (because
FAT does not support hardlinks).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/modules.h

    r66b430e r046f342  
    2727#include "sleep/entry.h"
    2828#include "cp/entry.h"
     29#include "mv/entry.h"
    2930#include "kcon/entry.h"
    3031
     
    4344#include "sleep/sleep_def.h"
    4445#include "cp/cp_def.h"
     46#include "mv/mv_def.h"
    4547#include "kcon/kcon_def.h"
    4648        {NULL, NULL, NULL, NULL}
Note: See TracChangeset for help on using the changeset viewer.