From f033f8607f156464747abe57487c1f6226f94001 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 31 May 2015 05:11:28 -0500 Subject: Move the magic list of commands needing cleanup from toys/pending/README to greppable TODO annotations in the individual files. (grep -riw TODO) --- lib/password.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/password.c') diff --git a/lib/password.c b/lib/password.c index 9654d42d..bf13c441 100644 --- a/lib/password.c +++ b/lib/password.c @@ -1,6 +1,8 @@ /* password.c - password read/update helper functions. * * Copyright 2012 Ashwini Kumar + * + * TODO: cleanup */ #include "toys.h" -- cgit v1.2.3