Changeset 3a4a944f in mainline
- Timestamp:
- 2021-08-10T09:54:41Z (3 years ago)
- Parents:
- 5e109e1 (diff), 5b9993b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Parth Patel <parth1020patel@…> (2021-08-10 09:54:41)
- git-committer:
- GitHub <noreply@…> (2021-08-10 09:54:41)
- Location:
- uspace/app/bdsh
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.c
r5e109e1 r3a4a944f 65 65 #include "alias/entry.h" 66 66 #include "unalias/entry.h" 67 #include "grep/entry.h" 68 #include "head/entry.h" 67 69 68 70 /* … … 92 94 #include "alias/alias_def.inc" 93 95 #include "unalias/unalias_def.inc" 96 #include "grep/grep_def.inc" 97 #include "head/head_def.inc" 94 98 95 99 { NULL, NULL, NULL, NULL } -
uspace/app/bdsh/meson.build
r5e109e1 r3a4a944f 59 59 'cmds/modules/unalias/unalias.c', 60 60 'cmds/modules/unmount/unmount.c', 61 'cmds/modules/grep/grep.c', 62 'cmds/modules/head/head.c', 61 63 'compl.c', 62 64 'errors.c',
Note:
See TracChangeset
for help on using the changeset viewer.