# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/embutils/xx-swapon.patch # Copyright (C) 2006 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- A tiny swapon I need for initrd. - Rene Rebe diff -urN embutils-0.17/readlink.c embutils-0.17-patched/readlink.c --- embutils-0.17/swapon.c 1970-01-01 01:00:00.000000000 +0100 +++ embutils-0.17-patched/swapon.c 2005-12-19 00:13:23.000000000 +0100 @@ -0,0 +1,16 @@ +#include +#include +#include + +int main(int argc,char *argv[]) { + int i; + + for (i=1; i