From 9b26b17b0ee8b8ccfc57250253168eb9b9ce6928 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Mon, 21 Feb 2011 18:24:30 +0000 Subject: [PATCH] Made eject command a C++ program. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40600 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/Jamfile | 2 +- src/bin/{eject.c => eject.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/bin/{eject.c => eject.cpp} (100%) diff --git a/src/bin/Jamfile b/src/bin/Jamfile index eb76db98b4..1aad72e8b6 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -34,7 +34,6 @@ StdBinCommands # csplit.c driveinfo.c # echo.c - eject.c error.c fortune.c finddir.c @@ -121,6 +120,7 @@ if $(TARGET_PLATFORM) = libbe_test { # standard commands that need libbe.so and libsupc++.so StdBinCommands alert.cpp + eject.cpp hey.cpp reindex.cpp resattr.cpp diff --git a/src/bin/eject.c b/src/bin/eject.cpp similarity index 100% rename from src/bin/eject.c rename to src/bin/eject.cpp